home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / regen < prev    next >
Text File  |  1991-11-22  |  2KB  |  43 lines

  1.  
  2.    3.1.12 REBUILD GRAPHICS
  3.  
  4.  
  5. The REBUILD GRAPHICS command is used to reconstruct the graphics data for
  6. one or more X-CAD entities.
  7.  
  8. An X-CAD drawing database consists of two main types of information; entity
  9. data and graphics data. Entity data consists of blocks of information
  10. describing coordinate lists or font data etc. Graphics data describes how
  11. to draw an entity in terms of vectors and polygon data. The graphics data
  12. block for each entity is rebuilt automatically if the entity is edited in
  13. any way. However, there are some circumstances where it may be necessary to
  14. rebuild the graphics information for selected entities. If you redefine a
  15. symbol or a character in a text font, or if a different arc display quality
  16. is selected, the graphics data for any entities that would be affected by
  17. these changes is not automatically updated. The REBUILD GRAPHICS command is
  18. used to modify the graphics data in this type of case.
  19.  
  20.  
  21.    COMMAND FORMAT
  22.  
  23.       #REBUILD GRAPHICS modifiers [CR]
  24.  
  25.          or
  26.  
  27.       #REBUILD GRAPHICS :Ent x1 x2 ... xn
  28.  
  29. If the command is terminated with a return bypassing IDENTS, then the
  30. graphics data for the entire database is rebuilt ( unless the CURVEONLY
  31. modifier is used ). Alternatively IDENTS can be used to selectively identify
  32. entities to be processed by the command.
  33.  
  34.  
  35.    MODIFIERS
  36.  
  37. CURVEONLY      Specifies that only the graphics data for entities that may
  38.                contain curve definitions is rebuilt. This modifier is
  39.                mainly used if the arc display quality is changed with the
  40.                SELECT ENVIRONMENT command.
  41.  
  42.  
  43.